From: Paul Eggert Date: Sat, 23 Jun 2012 17:32:27 +0000 (-0700) Subject: Fix misspelling in latest ChangeLog entry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2032 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=10b6eb0d9df9373e204775a807c400ae11bb35e6;p=emacs.git Fix misspelling in latest ChangeLog entry. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 11f68cebf14..571f98b8a8d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -3,7 +3,7 @@ Support higher-resolution time stamps (Bug#9000). * Makefile.in (LIB_CLOCK_GETTIME): New macro. (profile${EXEEXT}): Use it. - * profile.c: Include inttyeps.h, intprops.h. + * profile.c: Include inttypes.h, intprops.h. (time_string): Size conservatively; do not guess size. (get_time): Now prints nanoseconds. (gettimeofday): Remove replacement function; gnulib now does this.